Api.StopLog 方法
停止將指定資料記錄到記錄共享記憶體中。
命名空間:IntervalZero.KINGSTAR.Local.Api
組合: IntervalZero.KINGSTAR.Local.Api (於 IntervalZero.KINGSTAR.Local.dll) 版本:4.4.0.0
語法
public KsCommandStatus<int> StopLog()
Public Function StopLog() As KsCommandStatus(Of Integer)
回傳值
型別:KsCommandStatus<int>
回傳一個方法的狀態及一個整數。
備註
若由其他應用程式啟動 StopLog 或無 KsCommandStatus
變數,StopLog 將停止記錄。
可用的 EtherCAT 狀態
ecatOP
範例
N/A
參見